home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / progem.lzh / gemcl16.rsh < prev    next >
Text File  |  1987-06-23  |  1KB  |  63 lines

  1. #define T0OBJ 0
  2. #define T1OBJ 5
  3. #define FREEBB 0
  4. #define FREEIMG 0
  5. #define FREESTR 7
  6.  
  7. BYTE *rs_strings[] = {
  8. "Sample Progress Box",
  9. "Variable Text Line",
  10. "",
  11. "",
  12. "Progress Event One",
  13. "Progress Event Two",
  14. "Progress Event N"};
  15.  
  16. LONG rs_frstr[] = {
  17. 0};
  18.  
  19. BITBLK rs_bitblk[] = {
  20. 0};
  21.  
  22. LONG rs_frimg[] = {
  23. 0};
  24.  
  25. ICONBLK rs_iconblk[] = {
  26. 0};
  27.  
  28. TEDINFO rs_tedinfo[] = {
  29. 1L, 2L, 3L, 3, 6, 2, 0x1380, 0x0, -1, 19,1};
  30.  
  31. OBJECT rs_object[] = {
  32. -1, 1, 3, G_BOX, NONE, OUTLINED, 0x21100L, 0,0, 41,8,
  33. 2, -1, -1, G_STRING, NONE, NORMAL, 0x0L, 11,1, 19,1,
  34. 3, -1, -1, G_TEXT, NONE, NORMAL, 0x0L, 0,3, 41,1,
  35. 0, 4, 4, G_BOX, NONE, NORMAL, 0xFF1170L, 3,5, 34,1,
  36. 3, -1, -1, G_BOX, LASTOB, NORMAL, 0xFF1172L, 0,0, 6,1,
  37. -1, 1, 3, G_BOX, NONE, OUTLINED, 0x21100L, 0,0, 27,7,
  38. 2, -1, -1, G_STRING, NONE, NORMAL, 0x4L, 2,1, 18,1,
  39. 3, -1, -1, G_STRING, NONE, NORMAL, 0x5L, 2,3, 18,1,
  40. 0, -1, -1, G_STRING, LASTOB, NORMAL, 0x6L, 2,5, 18,1};
  41.  
  42. LONG rs_trindex[] = {
  43. 0L,
  44. 5L};
  45.  
  46. struct foobar {
  47.     WORD    dummy;
  48.     WORD    *image;
  49.     } rs_imdope[] = {
  50. 0};
  51.  
  52. #define NUM_STRINGS 7
  53. #define NUM_FRSTR 0
  54. #define NUM_IMAGES 0
  55. #define NUM_BB 0
  56. #define NUM_FRIMG 0
  57. #define NUM_IB 0
  58. #define NUM_TI 1
  59. #define NUM_OBS 9
  60. #define NUM_TREE 2
  61.  
  62. BYTE pname[] = "GMCL16.RSC";
  63.